System.Collections.IList.IsFixedSize Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns whether the list is a fixed size. This implementation always returns true.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool IList.IsFixedSize{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.IList.IsFixedSize As Boolean Implements IList.IsFixedSize
Visual C++
private:
virtual property bool System.Collections.IList.IsFixedSize {
	bool get () sealed = IList::IsFixedSize::get;
}

Field Value

Alway true, indicating that the list is fixed size.

See Also